main
Last change
on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
245 bytes
|
Line | |
---|
1 | 'use strict';
|
---|
2 |
|
---|
3 | module.exports = {
|
---|
4 | arrowParens: 'always',
|
---|
5 | printWidth: 120,
|
---|
6 | tabWidth: 2,
|
---|
7 | useTabs: false,
|
---|
8 | semi: true,
|
---|
9 | singleQuote: true,
|
---|
10 | trailingComma: 'none',
|
---|
11 | bracketSpacing: false,
|
---|
12 | jsxBracketSameLine: false
|
---|
13 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.