File: .editorconfig

package info (click to toggle)
node-livescript 1.6.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 664 kB
  • sloc: makefile: 42; sh: 2
file content (14 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[*]
indent_style = space
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true

[*.ls]
indent_size = 4

[*.js]
indent_size = 2

[Makefile]
indent_style = tab