Skip to content

Instantly share code, notes, and snippets.

@bezlant
Created January 14, 2023 08:11
Show Gist options
  • Save bezlant/7327412802bcc7646327819a99649359 to your computer and use it in GitHub Desktop.
Save bezlant/7327412802bcc7646327819a99649359 to your computer and use it in GitHub Desktop.
; This file is for unifying the coding style for different editors and IDEs
; See editorconfig.org
; top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
single_quote = true
[*.ts]
indent_style = tab
[*.scala]
indent_size = 2
[*.sc]
indent_size = 2
[*.sbt]
indent_size = 2
[*.conf]
indent_size = 2
[package.json]
indent_size = 2
[riff-raff.yaml]
indent_size = 2
[makefile]
indent_style = tab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment