xref: /petsc/.editorconfig (revision af0e4c05a9d095ddef457b485b531206e788d438)
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