Skip to content
Snippets Groups Projects
Unverified Commit cd600cc4 authored by Niklas Mohrin's avatar Niklas Mohrin
Browse files

Create Prettier config file

parent e25ef85c
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,7 @@ htmlcov ...@@ -42,6 +42,7 @@ htmlcov
# pip puts editable packages here # pip puts editable packages here
src src
!evap/static/ts/.prettierrc.json
!evap/static/ts/src !evap/static/ts/src
# node modules # node modules
......
{
"tabWidth": 4,
"arrowParens": "avoid",
"trailingComma": "all",
"printWidth": 120
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment