Codebase list kopanocore / run/57ae649d-5ef0-49c7-b98d-93cbea01c5b5/main .editorconfig
run/57ae649d-5ef0-49c7-b98d-93cbea01c5b5/main

Tree @run/57ae649d-5ef0-49c7-b98d-93cbea01c5b5/main (Download .tar.gz)

.editorconfig @run/57ae649d-5ef0-49c7-b98d-93cbea01c5b5/mainraw · history · blame

# See http://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
indent_style = tab
indent_size = 8
insert_final_newline = true
trim_trailing_whitespace = true

# Python: PEP8 defines 4 spaces for indentation
[*.py]
indent_style = space
indent_size = 4