File: .editorconfig

package info (click to toggle)
lua-busted 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 820 kB
  • sloc: sh: 198; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 472 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
root                     = true

[*]
end_of_line              = lf
insert_final_newline     = true
trim_trailing_whitespace = true
charset                  = utf-8

[*.lua,*.rockspec,.luacheckrc,.luacov]
indent_style             = space
indent_size              = 3
max_line_length          = 120

# StyLua keys
collapse_simple_statement  = never
space_after_function_names = definitions

[Makefile]
indent_style             = tab

[*.bat]
end_of_line              = crlf