node-radius-server/.prettierrc

7 lines
83 B
Plaintext
Raw Normal View History

2020-02-16 18:14:54 +00:00
{
"printWidth": 100,
"singleQuote": true,
"useTabs": true,
"endOfLine": "lf"
}