1
1
Fork 0
matrix/.editorconfig

38 lines
780 B
INI

; Check http://editorconfig.org/ for more information's
; Top-most EditorConfig file
root = true
[*]
trim_trailing_whitespace = true
end_of_line = LF
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
[*.py]
indent_size = 4
[*.md]
trim_trailing_whitespace = false
[*.{yaml,yml,rst}]
indent_style = space
indent_size = 2
[*.{sh,bash}]
charset = utf-8
end_of_line = LF
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.list]
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2