Skip to content

Commit 0e012b9

Browse files
committed
Added to README.md about format on save
1 parent 9496c5c commit 0e012b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ Covered here : http://basarat.gitbooks.io/typescript/content/docs/jsx/tsx.html
107107
## Format Code
108108
Shortcut : `ctrl+alt+l` or `cmd+alt+l`. Will format just the selection if you have something selected otherwise it will format the entire file.
109109

110+
Format on save is covered [here](https://github.com/TypeStrong/atom-typescript/blob/master/docs/tsconfig.md#formatOnSave)
111+
110112
## Go to Declaration
111113
Shortcut : `F12`. Will open the *first* declaration of the said item for now. (Note: some people call it Go to Definition)
112114

0 commit comments

Comments
 (0)