Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.
Jérémy Buget edited this page Sep 23, 2016 · 1 revision

L'IDE recommandé est IntelliJ'IDEA, mais libre à vous d'utiliser celui de votre choix.


IntelliJ'IDEA

Plugins

Dans le menu "Preferences" -> "Plugins" :

  • .ignore
  • EditorConfig
  • Ember.js
  • CodeGlance
  • NodeJS

Code Style

Dans le menu "Preferences" -> "Editor" -> "Code Style" -> "JavaScript" :

  • Tabs and indents
    • Tab Size: 2
    • Indent: 2
    • Continuation indent: 2
  • Spaces
    • Within / Object literal braces: true
    • Within / ES6 import/export braces: true
  • Blank Lines
    • (Keep maximum Blank Lines) In code: 1

Atom

Plugins

// TODO

Coding style

// TODO


Sublime Text

Plugins

// TODO

Coding style

// TODO