Bump to 0.17
[platform/upstream/json-c.git] / .editorconfig
1 # EditorConfig
2 # https://EditorConfig.org
3
4 # top-most EditorConfig file
5 root = true
6
7 # LF end-of-line, insert an empty new line and UTF-8
8 [*]
9 end_of_line = lf
10 insert_final_newline = true
11 charset = utf-8
12
13 # Tab indentation
14 [makefile,Makefile]
15 indent_style = tab