initial commit
This commit is contained in:
12
Packages/Prettierd Format/prettierd_format.sublime-settings
Normal file
12
Packages/Prettierd Format/prettierd_format.sublime-settings
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
// Whether to format on save.
|
||||
"format_on_save": true,
|
||||
// Any additional extension enabled via plugin that should be processed.
|
||||
"additional_extensions": [],
|
||||
// What extensions to disable when formatting on save.
|
||||
"disabled_extensions_on_save": [],
|
||||
// Directories to disable formatting on save.
|
||||
"disabled_directories_on_save": ["*/node_modules/*"],
|
||||
// Path to prettierd binary, optional.
|
||||
"prettierd_path": null
|
||||
}
|
||||
Reference in New Issue
Block a user