Codebase list blockattack / f5678aac-3410-4848-a805-442eb02e80f6/main .editorconfig
f5678aac-3410-4848-a805-442eb02e80f6/main

Tree @f5678aac-3410-4848-a805-442eb02e80f6/main (Download .tar.gz)

.editorconfig @f5678aac-3410-4848-a805-442eb02e80f6/mainraw · history · blame

#http://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true

[*.cpp,*.hpp,*.h,*.inc]
indent_style = tab