File: .editorconfig

package info (click to toggle)
sxmo-utils 1.12.0-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 2,520 kB
  • sloc: sh: 8,826; ansic: 117; makefile: 59
file content (14 lines) | stat: -rw-r--r-- 326 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*.{sh|c}]
end_of_line = lf
insert_final_newline = true
indent_style = tab
#max_line_length = 80
spaces_around_operators = true
charset = utf-8
trim_trailing_whitespace = true