/ .prettierrc.toml
.prettierrc.toml
 1  # .prettierrc.toml
 2  
 3  
 4  # [[file:notebook/docfiles/editor/formatters.org::*.prettierrc.toml][.prettierrc.toml:1]]
 5  printWidth = 80
 6  trailingComma = "es5"
 7  semi = false
 8  singleQuote = false
 9  useTabs = true
10  bracketSpacing = false
11  jsxBracketSameLine = true
12  arrowParens = "avoid"
13  # .prettierrc.toml:1 ends here