iglupkg/.editorconfig

9 lines
117 B
INI
Raw Normal View History

2021-10-28 14:02:47 +00:00
root = true
[*]
insert_final_newline = true
trim_trailing_whitespace = true
[*.sh]
indent_style = tab
tab_width = 4