mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-21 15:56:49 +02:00
21fc458f14
* output as "json-stringify" (which is most similar to most files currently in the repository) * add .editorconfig * drop (now) superfluous pretter settings * add npm commands to check code style
13 lines
241 B
INI
13 lines
241 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[{data/deprecated.json,data/discarded.json,package.json,.package-lock.json}]
|
|
indent_size = 2
|