Codebase list i3-gaps / acc9a4e5-f0d0-4304-94ab-1051577d8a03/main .editorconfig
acc9a4e5-f0d0-4304-94ab-1051577d8a03/main

Tree @acc9a4e5-f0d0-4304-94ab-1051577d8a03/main (Download .tar.gz)

.editorconfig @acc9a4e5-f0d0-4304-94ab-1051577d8a03/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