this repo has no description
1# EditorConfig file for Gecode
2# See https://EditorConfig.org for more information about the .editorconfig format
3
4# top-most EditorConfig file
5root = true
6
7# Unix-style newlines with a newline ending every file
8[*]
9end_of_line = lf
10insert_final_newline = true
11trim_trailing_whitespace = true
12charset = utf-8
13indent_style = space
14indent_size = 2
15
16# Makefiles need to use Tab indentation
17[Makefile*]
18indent_style = tab