]> granicus.if.org Git - check/blob - .editorconfig
Start using GNUInstallDirs in every CMake install()
[check] / .editorconfig
1 # EditorConfig
2 # http://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 [makefile,Makefile]
14 indent_style = tab