Files
INTUIA/Programa final/Python-3.10.15/.editorconfig
T

13 lines
181 B
INI
Raw Normal View History

2026-03-15 13:27:50 +00:00
root = true
[*.{py,c,cpp,h,rst,md,yml}]
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
[*.{py,c,cpp,h}]
indent_size = 4
[*.yml]
indent_size = 2