Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Algorithms Library Toolkit
webui-client
2e4e19b766807d08a612a4db3f57e0e4cd5e649e
2e4e19b766807d08a612a4db3f57e0e4cd5e649e
Switch branch/tag
webui-client
webui
.prettierrc
Find file
Normal view
History
Permalink
.prettierrc
100 Bytes
Newer
Older
Create react app
Petr D. Svoboda
committed
Nov 04, 2018
1
2
3
4
{
"singleQuote": true,
"tabWidth": 4,
"semi": false,
Removed template parameters from algorithm names
Michael Vrána
committed
Apr 14, 2020
5
6
"useTabs": true,
"trailingComma": "none"
Create react app
Petr D. Svoboda
committed
Nov 04, 2018
7
}