From 1380a8363f731f52b9258b6ee07f451e3d889df5 Mon Sep 17 00:00:00 2001 From: Basarat Syed Date: Fri, 20 Mar 2015 19:05:26 +1100 Subject: [PATCH] :memo: clarify `formatCodeOptions` closes https://github.com/TypeStrong/atom-typescript/issues/196 --- docs/tsconfig.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tsconfig.md b/docs/tsconfig.md index e25e27a87..7cf72efd9 100644 --- a/docs/tsconfig.md +++ b/docs/tsconfig.md @@ -48,7 +48,7 @@ Note: `files` is kept up to date by expansion of `filesGlob`. } ``` ### formatCodeOptions -We pass these to the TypeScript language service as code formatting options. +These are used when you request the IDE to format TypeScript code. ```json {