1
1
mirror of https://github.com/divnix/digga.git synced 2024-11-23 03:05:59 +03:00

copy over .editorconfig from devos

This commit is contained in:
Pacman99 2021-05-12 15:50:03 -07:00 committed by Parthiv Seetharaman
parent 0b59ee4015
commit a008220e46

32
.editorconfig Normal file
View File

@ -0,0 +1,32 @@
# Editor configuration, see http://editorconfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
indent_style = space
indent_size = 2
# Ignore diffs/patches
[*.{diff,patch}]
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
indent_size = unset
[{.*,secrets}/**]
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
charset = unset
indent_style = unset
indent_size = unset
[*.py]
indent_size = 4
[*.md]
max_line_length = off
trim_trailing_whitespace = false