From 3b36a02c0b617182b0fc425553cdc5b57809827d Mon Sep 17 00:00:00 2001 From: Triangle717 Date: Tue, 11 Mar 2014 12:50:43 -0400 Subject: [PATCH] Update NEWS.md --- NEWS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index a7bc0b0..4162aa6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,8 +6,10 @@ * Replace `transform` CSS properties ([#8](https://github.com/le717/brackets-html-skeleton/issues/8)) * Removed duplicate value assignments -* Indent HTML and CSS using two space soft tabs ([http://mdo.github.io/code-guide/#html-syntax](http://mdo.github.io/code-guide/#html-syntax) +* Indent HTML and CSS using two space soft tabs (per [http://mdo.github.io/code-guide/#html-syntax](http://mdo.github.io/code-guide/#html-syntax), [http://mdo.github.io/code-guide/#css-syntax](http://mdo.github.io/code-guide/#css-syntax)) +* Indent JavaScript using twp space soft tabs (per [https://github.com/styleguide/javascript](https://github.com/styleguide/javascript)) +* Update HTML elements per aforementioned style guide ## 1.1.3 ##