diff options
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..5dad2ea1 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,22 @@ +# EditorConfig file for ADOdb +# https://editorconfig.org/ + +root = true + +# Default file settings +[*] +indent_style = tab +indent_size = 4 +end_of_line = lf +trim_trailing_whitespace = true +insert_final_newline = true +charset = utf-8 + +# Python build scripts +[*.py] +indent_style = space + +# Markdown files +[*.md] +indent_style = space +trim_trailing_whitespace = false |
