annotate .editorconfig @ 31225:3eab70385569

sparse-xpow.cc: Use faster multiplication technique, this time for complex
author Arun Giridhar <arungiridhar@gmail.com>
date Sun, 11 Sep 2022 13:53:38 -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