]> git.ipfire.org Git - thirdparty/Python/cpython.git/blame - .editorconfig
gh-109975: Document crypt_r as a possible replacement of crypt (#118439)
[thirdparty/Python/cpython.git] / .editorconfig
CommitLineData
c0ab59f7
ŁL
1root = true
2
341d7874 3[*.{py,c,cpp,h,js,rst,md,yml}]
c0ab59f7
ŁL
4trim_trailing_whitespace = true
5insert_final_newline = true
6indent_style = space
7
8[*.{py,c,cpp,h}]
9indent_size = 4
10
66a9b108
HK
11[*.rst]
12indent_size = 3
13
341d7874 14[*.{js,yml}]
c0ab59f7 15indent_size = 2