Skip to content

Commit d9be921

Browse files
committed
chore: add editorconfig-checker configuration file
1 parent baf647c commit d9be921

File tree

2 files changed

+80
-0
lines changed

2 files changed

+80
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"Verbose": false,
3+
"Debug": false,
4+
"IgnoreDefaults": true,
5+
"SpacesAfterTabs": false,
6+
"NoColor": false,
7+
"Exclude": [
8+
"\\/data\\/",
9+
"data\\/",
10+
"\\.html$",
11+
"\\.html\\.txt$",
12+
"\\.md$",
13+
"\\.md\\.txt$",
14+
"\\.svg$",
15+
"\\.svg\\.txt$",
16+
"\\.xml$",
17+
"\\.xml\\.txt$"
18+
],
19+
"AllowedContentTypes": [],
20+
"PassedFiles": [],
21+
"Disable": {
22+
"EndOfLine": false,
23+
"Indentation": false,
24+
"IndentSize": false,
25+
"InsertFinalNewline": false,
26+
"TrimTrailingWhitespace": false,
27+
"MaxLineLength": false
28+
}
29+
}

etc/editorconfig-checker/README.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<!--
2+
3+
@license Apache-2.0
4+
5+
Copyright (c) 2024 The Stdlib Authors.
6+
7+
Licensed under the Apache License, Version 2.0 (the "License");
8+
you may not use this file except in compliance with the License.
9+
You may obtain a copy of the License at
10+
11+
http://www.apache.org/licenses/LICENSE-2.0
12+
13+
Unless required by applicable law or agreed to in writing, software
14+
distributed under the License is distributed on an "AS IS" BASIS,
15+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
See the License for the specific language governing permissions and
17+
limitations under the License.
18+
19+
-->
20+
21+
# editorconfig-checker
22+
23+
> [editorconfig-checker][editorconfig-checker] configuration.
24+
25+
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
26+
27+
<section class="intro">
28+
29+
This directory contains [editorconfig-checker][editorconfig-checker] configuration files.
30+
31+
</section>
32+
33+
<!-- /.intro -->
34+
35+
<!-- Section to include notes. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
36+
37+
<section class="notes">
38+
39+
</section>
40+
41+
<!-- /.notes -->
42+
43+
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
44+
45+
<section class="links">
46+
47+
[editorconfig-checker]: https://github.com/editorconfig-checker/editorconfig-checker
48+
49+
</section>
50+
51+
<!-- /.links -->

0 commit comments

Comments
 (0)