annotate .editorconfig @ 33527:d10bed2b2cb4 bytecode-interpreter tip

maint: Merge default to bytecode interpreter.
author Nicholas R. Jankowski <jankowski.nicholas@gmail.com>
date Fri, 03 May 2024 02:01:58 -0400
parents 640ee0d531d0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
27334
640ee0d531d0 add EditorConfig for default file encoding and indentation
Mike Miller <mtmiller@octave.org>
parents:
diff changeset
1 root = true
640ee0d531d0 add EditorConfig for default file encoding and indentation
Mike Miller <mtmiller@octave.org>
parents:
diff changeset
2
640ee0d531d0 add EditorConfig for default file encoding and indentation
Mike Miller <mtmiller@octave.org>
parents:
diff changeset
3 [*]
640ee0d531d0 add EditorConfig for default file encoding and indentation
Mike Miller <mtmiller@octave.org>
parents:
diff changeset
4 charset = utf-8
640ee0d531d0 add EditorConfig for default file encoding and indentation
Mike Miller <mtmiller@octave.org>
parents:
diff changeset
5 end_of_line = lf
640ee0d531d0 add EditorConfig for default file encoding and indentation
Mike Miller <mtmiller@octave.org>
parents:
diff changeset
6 indent_size = 2
640ee0d531d0 add EditorConfig for default file encoding and indentation
Mike Miller <mtmiller@octave.org>
parents:
diff changeset
7 indent_style = space
640ee0d531d0 add EditorConfig for default file encoding and indentation
Mike Miller <mtmiller@octave.org>
parents:
diff changeset
8 insert_final_newline = true
640ee0d531d0 add EditorConfig for default file encoding and indentation
Mike Miller <mtmiller@octave.org>
parents:
diff changeset
9
640ee0d531d0 add EditorConfig for default file encoding and indentation
Mike Miller <mtmiller@octave.org>
parents:
diff changeset
10 [*.{am,mk}]
640ee0d531d0 add EditorConfig for default file encoding and indentation
Mike Miller <mtmiller@octave.org>
parents:
diff changeset
11 indent_size = tab
640ee0d531d0 add EditorConfig for default file encoding and indentation
Mike Miller <mtmiller@octave.org>
parents:
diff changeset
12 indent_style = tab