Codebase list i3-gaps / b04334f8-c5d2-4b68-bab6-8fb721c2dcd4/main .editorconfig
b04334f8-c5d2-4b68-bab6-8fb721c2dcd4/main

Tree @b04334f8-c5d2-4b68-bab6-8fb721c2dcd4/main (Download .tar.gz)

.editorconfig @b04334f8-c5d2-4b68-bab6-8fb721c2dcd4/mainraw · history · blame

root = true

[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8

[*.{c,h}]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true