Codebase list i3-gaps / 05ac09ab-ca3c-47f7-9566-91a14f32ae10/upstream .editorconfig
05ac09ab-ca3c-47f7-9566-91a14f32ae10/upstream

Tree @05ac09ab-ca3c-47f7-9566-91a14f32ae10/upstream (Download .tar.gz)

.editorconfig @05ac09ab-ca3c-47f7-9566-91a14f32ae10/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