swh:1:snp:7e36fad119db96cd19f9e93fa2b900f061b275c7
Raw File
Tip revision: ed3ad0430f3ef3bb73a434c8ca1a7db575480bb8 authored by Juergen E. Fischer on 21 October 2022, 12:11:10 UTC
Release of 3.28 (Firenze)
Tip revision: ed3ad04
.editorconfig
# See http://editorconfig.org

# top-most EditorConfig file
root = true

# every file needs these
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2

# python scripts have 4 spaces indent
[*.py]
indent_size = 4
back to top