We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97697dc + 963e19e commit aea1672Copy full SHA for aea1672
.editorconfig
@@ -0,0 +1,11 @@
1
+# top-most EditorConfig file
2
+root = true
3
+
4
+# Unix-style newlines with a newline ending every file
5
+[*]
6
+charset = utf-8
7
+end_of_line = lf
8
+insert_final_newline = true
9
+indent_style = space
10
+indent_size = 4
11
+trim_trailing_whitespace = true
Changelog.md
@@ -1,7 +1,8 @@
# TODO 0.12.2 / 0.13
- internal improvements
- - code formatting/style
+ - code formatting/style
- sensible style checks as optional CI job
+ - `.editorconfig` file
# 0.12.1
- `TagType`-enum introduced in `v0.11` is now actually public
0 commit comments