Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.84 KB

CODING_STYLE.adoc

File metadata and controls

55 lines (38 loc) · 1.84 KB

Coding Style

We use the Google Style for all code, except:

JavaScript

prettier

Install and enable the following plugins:

Import and enable the following code style scheme:

Set text file encoding to UTF-8 and line delimiters to Unix and macOS (\n):

Install and enable the following extensions:

Set text file encoding to utf8 and line delimiters to \n:

  • files.encoding

  • files.eol