diff --git a/.editorconfig b/.editorconfig index 576ee0daf..cdf1cfbeb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,4 +4,4 @@ indent_size = 4 [{package.json, *.yml, .eslintrc.cjs}] indent_style = space -indent_size = 2 \ No newline at end of file +indent_size = 2 diff --git a/.prettierignore b/.prettierignore index 7569fde55..b66d048c6 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,8 +1,8 @@ -dist +./dist src/func/funcfiftlib.js src/func/funcfiftlib.wasm.js src/grammar/grammar.ohm-bundle.d.ts src/grammar/grammar.ohm-bundle.js src/imports/stdlib.ts -grammar \ No newline at end of file +./grammar \ No newline at end of file