Update parent to latest version
[memoization.java.git] / .editorconfig
blobed87ae0141b51b952e2ccd23868b28ab882ba7f7
1 # SPDX-FileCopyrightText: The memoization.java Authors
2 # SPDX-License-Identifier: 0BSD
4 # top-most EditorConfig file
5 root = true
7 # global rules for all fies
8 [*]
9 charset = utf-8
10 indent_style = space
11 indent_size = 4
12 trim_trailing_whitespace = true
13 insert_final_newline = true
15 # Makefiles use tabs by convention
16 [Makefile]
17 indent_style = tab
18 [*.mk]
19 indent_style = tab