mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
8 lines
158 B
INI
8 lines
158 B
INI
[*.{js,jsx,ts,tsx,vue}]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
max_line_length = 100
|