File: .editorconfig

package info (click to toggle)
golang-github-mozillazg-go-pinyin 0.20.0%2Bds.1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,024 kB
  • sloc: python: 452; makefile: 57; sh: 12
file content (22 lines) | stat: -rw-r--r-- 416 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

# Indentiation
[*.{py,rst}]
indent_style = space
indent_size = 4
[{Makefile,*.go}]
indent_style = tab
indent_size = 4
[*.{ini,yml}]
indent_style = space
indent_size = 2