3 Star 7 Fork 2

Gitee 极速下载 / Tilix

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/gnunn1/tilix
克隆/下载
.editorconfig 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
root = true
[*]
max_line_length = 170
indent_style = space
end_of_line = lf
trim_trailing_whitespace = true
charset = utf-8
[*.yml]
indent_style = space
indent_size = 2
[*.xml]
indent_style = space
indent_size = 2
[*.sh]
indent_style = space
indent_size = 2
[*.d]
indent_size = 4
# allman, otbs or stroustrup - see https://en.wikipedia.org/wiki/Indent_style
dfmt_brace_style = otbs
# The formatting process will usually keep lines below this length, but they may be up to max_line_length columns long.
dfmt_soft_max_line_length = 160
# Place operators on the end of the previous line when splitting lines
dfmt_split_operator_at_line_end = false
# Insert space after the closing paren of a cast expression
dfmt_space_after_cast = true
# Insert space after the module name and before the : for selective imports
dfmt_selective_import_space = true
# Place labels on the same line as the labeled switch, for, foreach, or while statement
dfmt_compact_labeled_statements = true
#
# Not yet implemented:
#
# Align labels, cases, and defaults with their enclosing switch
dfmt_align_switch_statements = true
# Decrease the indentation level of attributes
dfmt_outdent_attributes = true
# Insert space after if, while, foreach, etc, and before the (
dfmt_space_after_keywords = true
D
1
https://gitee.com/mirrors/Tilix.git
git@gitee.com:mirrors/Tilix.git
mirrors
Tilix
Tilix
master

搜索帮助