-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH-44805: [Dev] Add .editorconfig
file
#44870
base: main
Are you sure you want to change the base?
Conversation
|
matlab/.editorconfig
Outdated
# specific language governing permissions and limitations | ||
# under the License. | ||
|
||
# This is a EditorConfig file: https://editorconfig.org/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a -> an
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Add EditorConfig files for automatic text editor configuration. Only the most basic properties such as indent width are set. Also remove `.dir-locals.el` files.
de293a2
to
b7bab34
Compare
@kou @kevingurney I believe I have addressed your comments, can you take a look again? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Add EditorConfig files for automatic text editor configuration. Only the most basic properties such as indent width are set.
Also remove
.dir-locals.el
files..editorconfig
for C++, Python... #44805