Codebase list i3-gaps / 4d9f8d7e-9a56-4503-9c27-c9b06431c005/upstream .editorconfig
4d9f8d7e-9a56-4503-9c27-c9b06431c005/upstream

Tree @4d9f8d7e-9a56-4503-9c27-c9b06431c005/upstream (Download .tar.gz)

.editorconfig @4d9f8d7e-9a56-4503-9c27-c9b06431c005/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