1
0

Add skeleton files

This commit is contained in:
2018-04-21 01:22:58 +02:00
parent 2a039b7a9e
commit bde5e3be09
6 changed files with 5508 additions and 0 deletions

17
.editorconfig Normal file
View File

@@ -0,0 +1,17 @@
# Specifies editor configuration
# http://editorconfig.org/
root = true
# General style
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
# Markdown
[*.md]
trim_trailing_whitespace = false