aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 20bc71ae04271e8738f16cd3cc0246de33b6a18e (plain)
1
2
3
4
5
6
7
8
9
10
# Editor Configuration for libcasio - see http://editorconfig.org
root = true

# Unix-style newlines, ending newline;
# 4 column tabulations.
[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4