Git: LF для выгрузок 1С (.gitattributes, .editorconfig, renormalize).
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# Единые правила редактора для репозиториев выгрузки 1С.
|
||||
# Согласовано с tools/git_1c/.gitattributes (LF в репозитории).
|
||||
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.{bsl,os}]
|
||||
indent_style = tab
|
||||
|
||||
[*.xml]
|
||||
indent_style = tab
|
||||
|
||||
[VERSION]
|
||||
insert_final_newline = true
|
||||
Reference in New Issue
Block a user