Last active
July 29, 2021 08:19
-
-
Save paveltimofeev/6eaba90ddf65498dd18da9cb817e3017 to your computer and use it in GitHub Desktop.
Revisions
-
paveltimofeev renamed this gist
Jul 29, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ ## How to configure WebStorm/IDEA to use single quotes instead of double in TypeScript auto import - Settings/Preferences - Editor | Code Style | TypeScript -
paveltimofeev revised this gist
Jul 29, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ How to configure WebStorm/IDEA to use single quotes instead of double in TypeScript auto import - Settings/Preferences - Editor | Code Style | TypeScript -
paveltimofeev revised this gist
Jul 29, 2021 . 1 changed file with 8 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,8 @@ WebStorm/PhpStorm double quotes in TypeScript auto import - Settings/Preferences - Editor | Code Style | TypeScript - "Punctuation" tab | Use SINGLE quotas in new code https://stackoverflow.com/questions/39779272/webstorm-phpstorm-double-quotes-in-typescript-auto-import -
paveltimofeev created this gist
Jul 29, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ Settings/Preferences Editor | Code Style | TypeScript "Punctuation" tab | Use SINGLE quotas in new code