Skip to content

Instantly share code, notes, and snippets.

@emmanuel-valentin
Last active July 12, 2025 20:40
Show Gist options
  • Select an option

  • Save emmanuel-valentin/b4d96f739672c6d787d21ecbcfa45359 to your computer and use it in GitHub Desktop.

Select an option

Save emmanuel-valentin/b4d96f739672c6d787d21ecbcfa45359 to your computer and use it in GitHub Desktop.

Prettier

{
  "semi": true,
  "singleQuote": false,
  "trailingComma": "es5",
  "arrowParens": "always",
  "printWidth": 120,
  "tabWidth": 2,
  "useTabs": false,
  "bracketSpacing": false,
  "jsxBracketSameLine": false,
  "jsxSingleQuote": false
}

.editconfig

[*]
charset = utf-8
insert_final_newline = true
end_of_line = lf
indent_style = space
indent_size = 2
max_line_length = 120
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment