mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
c59806c87d
Prettier already formats the code like that, so it causes a mismatch for devs using editorconfig as well.
11 lines
153 B
INI
11 lines
153 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[md]
|
|
trim_trailing_whitespace = false
|