Merge pull request #1752 from wavexx/introduce_editorconfig

Introduce an editorconfig file
This commit is contained in:
DRracer 2019-11-04 17:33:50 +01:00 committed by GitHub
commit 1a0c248599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
.editorconfig Normal file
View File

@ -0,0 +1,14 @@
#-*-mode:conf-*-
# editorconfig file (see EditorConfig.org)
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
indent_style = space
indent_size = 4
tab_width = 4
max_line_length = 100