xref: /petsc/.editorconfig (revision b78ea06ca2360cbc3704cad5b3ce835b2b1ccf4f)
1# EditorConfig file: https://editorconfig.org
2
3root = true
4
5[*.{c,h,hpp,cpp,cxx,cu,h90,F90,py,yaml,yml,json,tex,md}]
6charset = utf-8
7end_of_line = lf
8indent_style = space
9insert_final_newline = true
10indent_size = 2
11
12[*.{c,h,hpp,cpp,cxx,cu,h90,F90,py,yaml,yml,json,tex}]
13trim_trailing_whitespace = true
14
15[*.{md}]
16trim_trailing_whitespace = false
17