|
| 1 | +# *************************** |
| 2 | +# ** DO NOT EDIT THIS FILE ** |
| 3 | +# *************************** |
| 4 | +# |
| 5 | +# This file was generated by edx-lint: https://github.com/openedx/edx-lint |
| 6 | +# |
| 7 | +# If you want to change this file, you have two choices, depending on whether |
| 8 | +# you want to make a local change that applies only to this repo, or whether |
| 9 | +# you want to make a central change that applies to all repos using edx-lint. |
| 10 | +# |
| 11 | +# Note: If your .editorconfig file is simply out-of-date relative to the latest |
| 12 | +# .editorconfig in edx-lint, ensure you have the latest edx-lint installed |
| 13 | +# and then follow the steps for a "LOCAL CHANGE". |
| 14 | +# |
| 15 | +# LOCAL CHANGE: |
| 16 | +# |
| 17 | +# 1. Edit the local .editorconfig_tweaks file to add changes just to this |
| 18 | +# repo's file. |
| 19 | +# |
| 20 | +# 2. Run: |
| 21 | +# |
| 22 | +# $ edx_lint write .editorconfig |
| 23 | +# |
| 24 | +# 3. This will modify the local file. Submit a pull request to get it |
| 25 | +# checked in so that others will benefit. |
| 26 | +# |
| 27 | +# |
| 28 | +# CENTRAL CHANGE: |
| 29 | +# |
| 30 | +# 1. Edit the .editorconfig file in the edx-lint repo at |
| 31 | +# https://github.com/openedx/edx-lint/blob/master/edx_lint/files/.editorconfig |
| 32 | +# |
| 33 | +# 2. install the updated version of edx-lint (in edx-lint): |
| 34 | +# |
| 35 | +# $ pip install . |
| 36 | +# |
| 37 | +# 3. Run (in edx-lint): |
| 38 | +# |
| 39 | +# $ edx_lint write .editorconfig |
| 40 | +# |
| 41 | +# 4. Make a new version of edx_lint, submit and review a pull request with the |
| 42 | +# .editorconfig update, and after merging, update the edx-lint version and |
| 43 | +# publish the new version. |
| 44 | +# |
| 45 | +# 5. In your local repo, install the newer version of edx-lint. |
| 46 | +# |
| 47 | +# 6. Run: |
| 48 | +# |
| 49 | +# $ edx_lint write .editorconfig |
| 50 | +# |
| 51 | +# 7. This will modify the local file. Submit a pull request to get it |
| 52 | +# checked in so that others will benefit. |
| 53 | +# |
| 54 | +# |
| 55 | +# |
| 56 | +# |
| 57 | +# |
| 58 | +# STAY AWAY FROM THIS FILE! |
| 59 | +# |
| 60 | +# |
| 61 | +# |
| 62 | +# |
| 63 | +# |
| 64 | +# SERIOUSLY. |
| 65 | +# |
| 66 | +# ------------------------------ |
| 67 | +# Generated by edx-lint version: 5.2.5 |
| 68 | +# ------------------------------ |
| 69 | +[*] |
| 70 | +end_of_line = lf |
| 71 | +insert_final_newline = true |
| 72 | +charset = utf-8 |
| 73 | +indent_style = space |
| 74 | +indent_size = 4 |
| 75 | +max_line_length = 120 |
| 76 | +trim_trailing_whitespace = true |
| 77 | + |
| 78 | +[{Makefile, *.mk}] |
| 79 | +indent_style = tab |
| 80 | +indent_size = 8 |
| 81 | + |
| 82 | +[*.{yml,yaml,json}] |
| 83 | +indent_size = 2 |
| 84 | + |
| 85 | +[*.js] |
| 86 | +indent_size = 2 |
| 87 | + |
| 88 | +[*.diff] |
| 89 | +trim_trailing_whitespace = false |
| 90 | + |
| 91 | +[.git/*] |
| 92 | +trim_trailing_whitespace = false |
| 93 | + |
| 94 | +[COMMIT_EDITMSG] |
| 95 | +max_line_length = 72 |
| 96 | + |
| 97 | +[*.rst] |
| 98 | +max_line_length = 79 |
| 99 | + |
| 100 | +# f2f02689fced7a2e0c62c2f9803184114dc2ae4b |
0 commit comments