Codebase list i3-gaps / 33aef8f2-3f64-454d-aec3-5d1aecdf015e/upstream .editorconfig
33aef8f2-3f64-454d-aec3-5d1aecdf015e/upstream

Tree @33aef8f2-3f64-454d-aec3-5d1aecdf015e/upstream (Download .tar.gz)

.editorconfig @33aef8f2-3f64-454d-aec3-5d1aecdf015e/upstreamraw · 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