openSUSE-release-tools/.editorconfig

45 lines
719 B
INI
Raw Normal View History

2018-01-23 00:37:16 -06:00
# http://EditorConfig.org
root = true
[**]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[abichecker/**.{conf,conf.in,html}]
indent_style = space
indent_size = 4
[**.{asciidoc,json,md,service,spec}]
indent_style = space
indent_size = 2
[dist/**]
indent_style = space
indent_size = 2
[Makefile]
indent_style = tab
[**.{pl,py}]
indent_style = space
indent_size = 4
[staging_templates/create_new_staging]
indent_style = tab
[publish_distro_conf/*.config]
indent_style = tab
[osc-staging-workflow.dot]
indent_size = 3
[factory-package-news/rsyslog/factory-package-news.conf]
indent_style = tab
[data/repos.json]
indent_size = 3