Codebase list i3-gaps / kali/latest .editorconfig
kali/latest

Tree @kali/latest (Download .tar.gz)

.editorconfig @kali/latest

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