You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Options to "autoformat on save", similar to settings as seen in prettier (or JsPrettier for Sublime Text 3) would be useful. Shown below is a snippet copied from JsPrettier.sublime-settings:
// Whether or not to automatically format the file on save.// ----------------------------------------------------------------------"auto_format_on_save": false,
// ----------------------------------------------------------------------// Auto Format on Save Excludes// ----------------------------------------------------------------------//// @param {array} "auto_format_on_save_excludes"// @default []//// Ignore auto formatting when the target file, or its path resides in a// particular location, and when `auto_format_on_save` is turned on.//// Example://// "auto_format_on_save_excludes": [// "*/node_modules/*",// "*/file.js",// "*.json"// ]
The text was updated successfully, but these errors were encountered:
Options to "autoformat on save", similar to settings as seen in prettier (or JsPrettier for Sublime Text 3) would be useful. Shown below is a snippet copied from
JsPrettier.sublime-settings
:The text was updated successfully, but these errors were encountered: