Advertisement
Guest User

Untitled

a guest
Feb 28th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. {
  2. // Police à ligature
  3. "editor.fontFamily": "Fira Code, Menlo, Monaco, 'Courier New', monospace",
  4. "editor.fontLigatures": true,
  5.  
  6. // Taille maximum des lignes et
  7. // affichage des espaces
  8. "editor.wrappingColumn": 80,
  9. "editor.wordWrap": true,
  10. "editor.renderWhitespace": "boundary",
  11.  
  12. // Taille de police
  13. "editor.fontSize": 16,
  14. "editor.lineHeight": 24,
  15.  
  16. // Gestion des extensions
  17. "extensions.autoUpdate": true,
  18.  
  19. // VSIcons plugin
  20. "vsicons.projectDetection.autoReload": true,
  21.  
  22. // Sauvegarde automatique
  23. "files.autoSave": "onFocusChange"
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement