mirror of
https://github.com/octoleo/plantuml.git
synced 2025-04-10 20:21:49 +00:00
reformat build.gradle.kts 2 indent
project uses 2 spaces indent, lf as line ending, utf-8. make it easier to follow this rule by adding a .editorconfig file which vscode and intellij respect out of the box.
This commit is contained in:
parent
39331af67e
commit
8058b11d27
13
.editorconfig
Normal file
13
.editorconfig
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# Editor configuration, see http://editorconfig.org
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
charset = utf-8
|
||||||
|
end_of_line = lf
|
||||||
|
indent_size = 2
|
||||||
|
indent_style = space
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[*.md]
|
||||||
|
max_line_length = off
|
||||||
|
trim_trailing_whitespace = false
|
@ -40,8 +40,8 @@ sourceSets {
|
|||||||
resources {
|
resources {
|
||||||
srcDirs("src")
|
srcDirs("src")
|
||||||
include("**/graphviz.dat")
|
include("**/graphviz.dat")
|
||||||
include( "**/*.png")
|
include("**/*.png")
|
||||||
include( "**/*.svg")
|
include("**/*.svg")
|
||||||
include("**/*.txt")
|
include("**/*.txt")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user