Skip to content

Commit

Permalink
[v3] Add prerequisites to Practice Exercises (exercism#583)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Austin <[email protected]>
  • Loading branch information
angelikatyborska and neenjaw authored Mar 1, 2021
1 parent 7aca0b4 commit 7305a9e
Show file tree
Hide file tree
Showing 4 changed files with 1,059 additions and 802 deletions.
11 changes: 11 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# IDE files
.idea/
.vscode/
.vs/
.ionide/

# GitHub templates
.github/ISSUE_TEMPLATE/**/*

# Language docs files
docs/**
17 changes: 17 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"arrowParens": "always",
"bracketSpacing": true,
"embeddedLanguageFormatting": "auto",
"endOfLine": "auto",
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"printWidth": 80,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false,
"vueIndentScriptAndStyle": false
}
Loading

0 comments on commit 7305a9e

Please sign in to comment.