mirror of
https://github.com/ScrelliCopter/TECHNO.COM.git
synced 2025-02-21 01:59:25 +11:00
Fix editorconfig
This commit is contained in:
@@ -3,6 +3,8 @@ root = true
|
||||
[*]
|
||||
charset = utf-8
|
||||
insert_final_newline = true
|
||||
end_of_line = lf
|
||||
tab_width = 4
|
||||
|
||||
[*.asm]
|
||||
indent_style = tab
|
||||
@@ -11,12 +13,10 @@ trim_trailing_whitespace = true
|
||||
[*.{masm.asm,nasm.asm}]
|
||||
charset = latin1
|
||||
end_of_line = crlf
|
||||
tab_width = 4
|
||||
|
||||
[*.gas.asm]
|
||||
end_of_line = lf
|
||||
tab_width = 8
|
||||
|
||||
[*.py]
|
||||
end_of_line = lf
|
||||
tab_width = 4
|
||||
indent_style = tab
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
Reference in New Issue
Block a user