given files
This commit is contained in:
parent
9bf88844e9
commit
a2c31f873d
48 changed files with 10458 additions and 0 deletions
6
.prettierrc.js
Normal file
6
.prettierrc.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
module.exports = {
|
||||
tabWidth: 4,
|
||||
useTabs: false, // Use spaces instead of defaults tabs
|
||||
semi: true, // Force semilicons
|
||||
printWidth: 80, // Max width
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue