1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/.editorconfig

38 lines
520 B
INI
Raw Normal View History

root = true
[*]
charset = utf-8
max_line_length = 80
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.{c,h,idl}]
indent_style = tab
indent_size = 8
tab_width = 8
[*.{py}]
indent_style = space
indent_size = 4
tab_width = 4
[*.sh]
indent_style = tab
indent_size = 8
tab_width = 8
[*.{pl,pm}]
indent_style = tab
indent_size = 8
tab_width = 8
[wscript*]
indent_style = space
indent_size = 4
tab_width = 4
[third_party/heimdal/**.{c,h}]
indent_style = space
indent_size = 4
tab_width = 8