1
0
mirror of /repos/Prototyper.git synced 2025-12-30 06:31:32 +01:00

add editorconfig

This commit is contained in:
Aiko Mastboom 2020-03-11 22:58:54 +01:00
parent e4d06dd7a9
commit ef669fdcd7

19
.editorconfig Normal file
View File

@ -0,0 +1,19 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org
root = true
[*]
# Change these settings to your own preference
indent_style = space
indent_size = 2
# We recommend you to keep these unchanged
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false