forked from w3c/wot-thing-description
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.editorconfig
21 lines (18 loc) · 835 Bytes
/
.editorconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This file allows you to configure your editor using [EditorConfig](https://EditorConfig.org).
# Make sure to install the EditorConfig plugin if your editor doesn't come with built-in support.
# top-most EditorConfig file
root = true
[*]
indent_style = space # useTabs=false in prettier
indent_size = 2 # tabWidth in prettier
end_of_line = lf # endOfLine in prettier
charset = utf-8 # not configurable in prettier
trim_trailing_whitespace = false # not configurable in prettier
insert_final_newline = true # always true in prettier
[{/publication/**,/node_modules/**,index.html,validation/tm-json-schema-validation.json,context/td-context-1.1.jsonld,visualization/*.png,visualization/*.svg}]
indent_style = unset
indent_size = unset
end_of_line = unset
charset = unset
trim_trailing_whitespace = unset
insert_final_newline = unset