Initial version based on JetBrains License Server 15802

This commit is contained in:
CrazyMax
2018-02-01 20:36:09 +01:00
commit abdc6b1c58
13 changed files with 424 additions and 0 deletions

16
.editorconfig Normal file
View File

@@ -0,0 +1,16 @@
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[{Dockerfile,*.sh,*.yml}]
indent_size = 2
[*.md]
trim_trailing_whitespace = false