Codebase list i3-gaps / a046512d-906a-4424-8cd5-1cdbccaff156/upstream .editorconfig
a046512d-906a-4424-8cd5-1cdbccaff156/upstream

Tree @a046512d-906a-4424-8cd5-1cdbccaff156/upstream (Download .tar.gz)

.editorconfig @a046512d-906a-4424-8cd5-1cdbccaff156/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