summaryrefslogtreecommitdiff
path: root/vendor/github.com/ccoveille/go-safecast/.editorconfig
blob: f32456b1d6b3165a2fa6e3ecef61c105f444477a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# More information about this file
# https://editorconfig.org
root = true

[*]
charset = utf-8
end_of_line = lf

[*.md]
tab_width = 2
trim_trailing_whitespace = false # can be used for indentation with double spaces
# Not enforced, markdownlint already reports it
#insert_final_newline = true

[*.{yml,yaml}]
tab_width = 2
trim_trailing_whitespace = true
# Not enforced, markdownlint already reports it
#insert_final_newline = true

[*.toml,.ini]
tab_width = 2
trim_trailing_whitespace = true
insert_final_newline = true