annotate .editorconfig @ 31246:43a6be589387

doc: New documentation for memoization techniques (bug #60860) vectorize.texi: New section on memoization octave.texi: List new section
author Arun Giridhar <arungiridhar@gmail.com>
date Thu, 29 Sep 2022 20:31:52 -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