Codebase list i3-gaps / 341d51b6-11e6-4c53-9524-6c7c7f992f9b/main .editorconfig
341d51b6-11e6-4c53-9524-6c7c7f992f9b/main

Tree @341d51b6-11e6-4c53-9524-6c7c7f992f9b/main (Download .tar.gz)

.editorconfig @341d51b6-11e6-4c53-9524-6c7c7f992f9b/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