refactor: move dotfiles into subfolders

This commit is contained in:
Stefan Imhoff
2022-12-26 18:22:04 +01:00
parent c96ee68b03
commit efb36c50c7
18 changed files with 94 additions and 24 deletions

18
style/editorconfig Normal file
View File

@@ -0,0 +1,18 @@
# http://editorconfig.org
# Root file
root = true
# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
[*.{md,markdown,pandoc}]
trim_trailing_whitespace = false
[Makefile]
indent_style = tab

17
style/vale.ini Normal file
View File

@@ -0,0 +1,17 @@
StylesPath = .vale
MinAlertLevel = suggestion
Vocab = Base
Packages = proselint, write-good
[*.{md,mdx,txt}]
BasedOnStyles = Vale, proselint, write-good
# Turn off rules
Vale.Terms = NO
Vale.Spelling = NO
write-good.E-Prime = NO
[formats]
njk = html