Codebase list i3-gaps / 1044c05b-d8a9-4bb1-bade-a30deb63a633/upstream .editorconfig
1044c05b-d8a9-4bb1-bade-a30deb63a633/upstream

Tree @1044c05b-d8a9-4bb1-bade-a30deb63a633/upstream (Download .tar.gz)

.editorconfig @1044c05b-d8a9-4bb1-bade-a30deb63a633/upstream

36cd905
 
 
 
 
 
 
 
 
 
 
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