summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 5dad2ea1fae5940640b2a96b8f0f359a65448222 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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