UNPKG

359 BPlain TextView Raw
1; This file is for unifying the coding style for different editors and IDEs.
2; More information at http://EditorConfig.org
3
4root = true ; top-most EditorConfig file
5
6[*] ; Global settings across all file types
7end_of_line = LF ; Unix-style newlines
8indent_style = space ; space indentation instead of tabs
9indent_size = 4 ; intend using 4 spaces