Skip to content

Instantly share code, notes, and snippets.

View nhkhanh's full-sized avatar

Nguyen Huy Khanh nhkhanh

View GitHub Profile
@nhkhanh
nhkhanh / Webstorm-Airbnb-Javascript-codeStyle.xml
Last active January 6, 2019 15:48 — forked from mentos1386/Webstorm-Airbnb-Javascript-codeStyle.xml
Airbnb inspired Webstorm Javascript CodeStyle. Load this file to Webstorm Settings --> Editors --> Code Style --> Scheme --> Import Scheme Intellij IDEA code style XML.
<code_scheme name="Airbnb" version="173">
<option name="LINE_SEPARATOR" value="&#xA;" />
<option name="RIGHT_MARGIN" value="100" />
<option name="WRAP_WHEN_TYPING_REACHES_RIGHT_MARGIN" value="true" />
<DBN-PSQL>
<case-options enabled="false">
<option name="KEYWORD_CASE" value="lower" />
<option name="FUNCTION_CASE" value="lower" />
<option name="PARAMETER_CASE" value="lower" />
<option name="DATATYPE_CASE" value="lower" />