workstation/roles/home-cli/files/editorconfig

8 lines
141 B
Text
Raw Normal View History

2021-09-25 14:20:50 +00:00
[*.{c,cpp,h}]
indent_style = tab
indent_size = tab
tab_width = 8
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true