Revision 8a49364b5e5516c6a7e2b1f6d015d353fbd91cb9 authored by Ethan Buchman on 01 June 2018, 19:27:59 UTC, committed by Ethan Buchman on 01 June 2018, 19:30:30 UTC
1 parent 85bd74b
Raw File
.editorconfig
# top-most EditorConfig file
root = true

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

[*.{sh,Makefile}]
indent_style = tab

[*.proto]
indent_style = space
indent_size = 2
back to top