Files
microsoft--semantic-kernel/python/.editorconfig
T
wehub-resource-sync b957a53def
CodeQL / Analyze (csharp) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 13:21:23 +08:00

30 lines
494 B
INI

# To learn more about .editorconfig see https://aka.ms/editorconfigdocs
# All files
[*]
indent_style = space
end_of_line = lf
# Docs
[*.md]
insert_final_newline = true
trim_trailing_whitespace = true
# Config/data
[*.json]
indent_size = 4
insert_final_newline = false
trim_trailing_whitespace = true
# Config/data
[*.yaml]
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
# Code
[*.py]
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true