gnu: telega: Use new package style.
[jackhill/guix/guix.git] / .editorconfig
CommitLineData
6123f0e4 1root = true
2
3[*.{c,h,cpp,hpp,el,scm,ac,am,m4,po}{,.in}]
4end_of_line = lf
5insert_final_newline = true
6charset = utf-8
7trim_trailing_whitespace = true
8
9[*.{c,h,cpp,hpp,ac,am,m4,el,scm}{,.in}]
10max_line_length = 85
11
12[*.{c,h,cpp,hpp,ac,m4,el,scm}{,.in}]
13indent_style = space
14
15[*.{c,h,cpp,hpp}{,.in}]
16indent_size = 4