Skip to content

Commit dd8c21f

Browse files
committed
Replace Vue UI at top level anms-ui dir
1 parent 7e30704 commit dd8c21f

200 files changed

Lines changed: 69 additions & 23877 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

anms-ui/.editorconfig

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,17 @@
1-
# © 2014 Johns Hopkins University Applied Physics Laboratory. All Rights Reserved.
2-
3-
# EditorConfig helps developers define and maintain consistent
4-
# coding styles between different editors and IDEs
5-
# editorconfig.org
6-
1+
# Editor configuration, see https://editorconfig.org
72
root = true
83

94
[*]
10-
11-
# We recommend you to keep these unchanged
12-
end_of_line = lf
135
charset = utf-8
14-
trim_trailing_whitespace = true
15-
insert_final_newline = true
16-
17-
[*.{js, vue, html, css, json}]
186
indent_style = space
197
indent_size = 2
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
2010

21-
[*.py]
22-
indent_style = space
23-
indent_size = 4
11+
[*.ts]
12+
quote_type = single
13+
ij_typescript_use_double_quotes = false
2414

2515
[*.md]
16+
max_line_length = off
2617
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)