Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.86 KB

CODING_STYLE.adoc

File metadata and controls

57 lines (40 loc) · 1.86 KB

Coding Style

We use the Google Style for all code, except:

Go

gofmt

JavaScript

prettier

Rust

rustfmt

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