File: .editorconfig

package info (click to toggle)
powerline 2.7-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,824 kB
  • sloc: python: 22,536; sh: 1,789; ansic: 131; makefile: 74; csh: 51
file content (20 lines) | stat: -rw-r--r-- 565 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# editorconfig ini file
# Check out http://editorconfig.org for a list of plugins for different 
# IDEs/text editors that support this file. Vim plugin to support this:
#
#     http://www.vim.org/scripts/script.php?script_id=3934
#     https://github.com/editorconfig/editorconfig-vim
root = true

[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
# Despite promise somewhere alignment is done only using tabs. Thus setting 
# indent_size and tab_width is a requirement.
indent_size = 4
tab_width = 4
charset = utf-8

[*.rst]
indent_style = space