89779b3f6c
Given that this file-extension is used for JavaScript modules, those files should obviously be formatted just like any "normal" JS file.
21 lines
350 B
INI
21 lines
350 B
INI
root = true
|
|
|
|
[*.{js,jsm,mjs,json,html,css,pdf.link}]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_size = 2
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
max_line_length = 80
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{json,pdf.link}]
|
|
max_line_length = off
|
|
|
|
[*.md]
|
|
max_line_length = off
|
|
trim_trailing_whitespace = false
|
|
|
|
[COMMIT_EDITMSG]
|
|
max_line_length = off
|