Skip to content

Latest commit

 

History

History
68 lines (48 loc) · 2.07 KB

CODING_STYLE.adoc

File metadata and controls

68 lines (48 loc) · 2.07 KB

Coding Style

We use the Google Style for all code, except:

Go

gofmt

JavaScript

prettier

Rust

Rustfmt

The source code can be formatted via:

$ scripts/format.sh

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