Revision 89a6dbd91ee821d039497dc5ddb9f0653b516afe authored by Juergen E. Fischer on 08 July 2016, 12:11:47 UTC, committed by Juergen E. Fischer on 08 July 2016, 12:11:47 UTC
1 parent 17562bd
Raw File
.editorconfig
# See http://editorconfig.org

# top-most EditorConfig file
root = true

# every file needs these
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2
back to top