xref: /freebsd/.editorconfig (revision 75858ca528bfdef7101ac493baa1b43616c4153c)
1[{contrib/**,**/contrib/**,kerberos5/**,krb5/**,crypto/**,sys/crypto/openssl/**}]
2ignore = true
3
4[{*.{awk,c,dts,dtsi,dtso,h,mk,s,S},Makefile,Makefile.*}]
5charset = utf-8
6end_of_line = lf
7insert_final_newline = true
8indent_style = tab
9indent_size = 8
10
11[*.py]
12charset = utf-8
13end_of_line = lf
14insert_final_newline = true
15indent_style = space
16indent_size = 4
17
18[*.{yaml,yml}]
19charset = utf-8
20end_of_line = lf
21insert_final_newline = true
22indent_style = space
23indent_size = 2
24