2015-11-13 03:34:33 +09:00
|
|
|
root = true
|
|
|
|
|
2023-08-23 18:22:25 +09:00
|
|
|
[*.{js,jsm,mjs,json,html,css,pdf.link}]
|
2015-11-13 03:34:33 +09:00
|
|
|
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
|
|
|
|
|
2021-10-15 20:32:06 +09:00
|
|
|
[*.{json,pdf.link}]
|
|
|
|
max_line_length = off
|
|
|
|
|
2015-11-13 03:34:33 +09:00
|
|
|
[*.md]
|
2021-10-15 20:32:06 +09:00
|
|
|
max_line_length = off
|
2015-11-13 03:34:33 +09:00
|
|
|
trim_trailing_whitespace = false
|
|
|
|
|
|
|
|
[COMMIT_EDITMSG]
|
2021-10-15 20:32:06 +09:00
|
|
|
max_line_length = off
|