mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 04:02:46 +00:00
24 lines
493 B
INI
24 lines
493 B
INI
![]() |
; Unify the coding style for different editors and IDEs.
|
||
|
; Plugins are available for emacs, vim, gedit, textmate, and more
|
||
|
; at http://editorconfig.org/#download
|
||
|
;
|
||
|
; See http://editorconfig.org or https://github.com/editorconfig/
|
||
|
;
|
||
|
; If you change a setting in this file,
|
||
|
; you should also change .gitattributes
|
||
|
|
||
|
root = true
|
||
|
|
||
|
[*]
|
||
|
indent_style = space
|
||
|
indent_size = 4
|
||
|
end_of_line = lf
|
||
|
insert_final_newline = true
|
||
|
trim_trailing_whitespace = true
|
||
|
|
||
|
[*.py]
|
||
|
indent_size = 4
|
||
|
|
||
|
[*.yml]
|
||
|
indent_size = 2
|