Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 345 Bytes

formatting.md

File metadata and controls

19 lines (10 loc) · 345 Bytes

Formatting

Formating Code

.js/.css/.html

Use VS Code Default Formatter for all. Dont use prettier or any other formatter.

.scss

Use VS Code prettier extention.

.vue Files

Use vetur (octref.vetur) extenstion for formatting .vue files.

Components

Use Vue single file components (.vue) for building vue components.