Codebase list i3-gaps / 45d56664-73be-460d-8b25-6910c24fc6ca/main .editorconfig
45d56664-73be-460d-8b25-6910c24fc6ca/main

Tree @45d56664-73be-460d-8b25-6910c24fc6ca/main (Download .tar.gz)

.editorconfig @45d56664-73be-460d-8b25-6910c24fc6ca/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