Skip to content

Instantly share code, notes, and snippets.

@paveltimofeev
Last active July 29, 2021 08:19
Show Gist options
  • Select an option

  • Save paveltimofeev/6eaba90ddf65498dd18da9cb817e3017 to your computer and use it in GitHub Desktop.

Select an option

Save paveltimofeev/6eaba90ddf65498dd18da9cb817e3017 to your computer and use it in GitHub Desktop.

Revisions

  1. paveltimofeev renamed this gist Jul 29, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt → gistfile1.md
    Original 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
    ## How to configure WebStorm/IDEA to use single quotes instead of double in TypeScript auto import

    - Settings/Preferences
    - Editor | Code Style | TypeScript
  2. paveltimofeev revised this gist Jul 29, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    WebStorm/PhpStorm double quotes in TypeScript auto import
    How to configure WebStorm/IDEA to use single quotes instead of double in TypeScript auto import

    - Settings/Preferences
    - Editor | Code Style | TypeScript
  3. paveltimofeev revised this gist Jul 29, 2021. 1 changed file with 8 additions and 3 deletions.
    11 changes: 8 additions & 3 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,8 @@
    Settings/Preferences
    Editor | Code Style | TypeScript
    "Punctuation" tab | Use SINGLE quotas in new code
    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
  4. paveltimofeev created this gist Jul 29, 2021.
    3 changes: 3 additions & 0 deletions gistfile1.txt
    Original 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