1
0
mirror of synced 2026-04-15 17:50:00 +00:00

Add .editorconfig file.

See https://editorconfig.org/ for details.
This commit is contained in:
whitequark
2018-12-16 14:57:43 +00:00
committed by GitHub
parent 2a681909df
commit 8f359cf1ff

7
.editorconfig Normal file
View File

@@ -0,0 +1,7 @@
root = true
[*]
indent_style = tab
indent_size = tab
trim_trailing_whitespace = true
insert_final_newline = true