summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 9e3f670860b309a661da7d94bdc3a843d82e0b9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#*******************************************************************************
# .editorconfig -- cross-editor configuration.
#
# Find out more at 'editorconfig.org'.
#*******************************************************************************
# Top-most EditorConfig file.
root = true

# Unix-style newlines with a newline ending every file.
# 4-columns tabulations.
[*|.*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4

# End of file.