blob: 4291676b2d90c17f3d00ceafbbb301690901e514 [file] [log] [blame]
Ebrahim Byagowiedee2882018-02-21 22:13:58 +03301root = true
2
3[*]
4charset = utf-8
5trim_trailing_whitespace = true
6end_of_line = lf
7insert_final_newline = true
8
Ebrahim Byagowi43758582019-09-01 15:13:05 +04309[*.{c,cc,h,hh,rl}]
Ebrahim Byagowiedee2882018-02-21 22:13:58 +033010tab_width = 8
Ebrahim Byagowi8a258682019-03-02 03:24:49 +033011indent_size = 2
Ebrahim Byagowi7c218352019-04-23 12:40:29 +043012indent_style = tab # should be space
Ebrahim Byagowiedee2882018-02-21 22:13:58 +033013
14[*.{py,sh}]
15indent_style = tab
16
Ebrahim Byagowieff36cd2018-03-30 22:25:35 +043017[{Makefile.am,Makefile.sources,configure.ac}]
18tab_width = 8
19
Ebrahim Byagowiedee2882018-02-21 22:13:58 +033020[{CMakeLists.txt,*.cmake}]
21indent_size = 2