From 9ed85a5ab33905c4d2534a9cda1c60b856c91269 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 2 Sep 2021 15:30:49 +0200 Subject: [PATCH] README.md: formatting --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 79f3412..9ff2b68 100644 --- a/README.md +++ b/README.md @@ -144,8 +144,8 @@ A generated IntelliJ Platform Plugin Template repository contains the following ``` . -├── .github GitHub Actions workflows and Dependabot configuration files -├── .run Predefined Run/Debug Configurations +├── .github/ GitHub Actions workflows and Dependabot configuration files +├── .run/ Predefined Run/Debug Configurations ├── gradle │ └── wrapper/ Gradle Wrapper ├── build/ Output build directory @@ -155,7 +155,7 @@ A generated IntelliJ Platform Plugin Template repository contains the following │ └── resources/ Resources - plugin.xml, icons, messages ├── .gitignore Git ignoring rules ├── build.gradle.kts Gradle configuration -├── CHANGELOG.md Full change history. +├── CHANGELOG.md Full change history ├── gradle.properties Gradle configuration properties ├── gradlew *nix Gradle Wrapper binary ├── gradlew.bat Windows Gradle Wrapper binary