[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
scratch/emacs-editorconfig 78788959181 099/364: Make indentation of samp
From: |
Stefan Monnier |
Subject: |
scratch/emacs-editorconfig 78788959181 099/364: Make indentation of sample codes more consistent |
Date: |
Tue, 18 Jun 2024 01:40:42 -0400 (EDT) |
branch: scratch/emacs-editorconfig
commit 787889591816ef12bd78968ae5ce25a147bb8a0e
Author: 10sr <8slashes+git@gmail.com>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
Make indentation of sample codes more consistent
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 5ad8234231f..7fe003b7d78 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ only blocks of `web-mode`: it can be achieved by adding
following to your init.e
```emacs-lisp
(add-hook 'editorconfig-custom-hooks
- (lambda (hash) (setq web-mode-block-padding 0)))
+ (lambda (hash) (setq web-mode-block-padding 0)))
```
You can also define your own custom properties and enable them here.
@@ -43,8 +43,8 @@ add a pair of major-mode symbol and its indentation variables:
```emacs-lisp
(add-to-list 'editorconfig-indentation-alist
- ;; Just an example, of course EditorConfig has already included this
setting!
- '(c-mode c-basic-offset))
+ ;; Just an example, of course EditorConfig has already included this setting!
+ '(c-mode c-basic-offset))
```
For a bit more compilicated cases please take a look at the docstring of this
variable.
- scratch/emacs-editorconfig 55ce0fca596 110/364: Add link to Melpa stable, (continued)
- scratch/emacs-editorconfig 55ce0fca596 110/364: Add link to Melpa stable, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig f56964cd650 155/364: Update core-test submodule, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 31709798cac 163/364: docs -> doc, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 466a0e4a720 065/364: Bump version: 0.7.0, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 91472091113 079/364: Bump version to v0.7.3, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 566ab7996e3 084/364: Bump required editorconfi-core version, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig b9c1318088e 100/364: Update editorconfig group docstring, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 335e70e23df 107/364: Trivial commentary fix, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 70e85e6153f 115/364: Load editorconfig-core explicitly just becore use (#100), Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 02ab02413f0 094/364: Add Customize section to README, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 78788959181 099/364: Make indentation of sample codes more consistent,
Stefan Monnier <=
- scratch/emacs-editorconfig adb9ba4a9d7 064/364: Update README for charset support, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 953f4f0ab77 074/364: Bump version: 0.7.1, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig a7ea6807e5a 071/364: Add ess-mode indentation support, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig f34c82709e2 077/364: Add support for scss-mode, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 50df3046e5a 081/364: Add one variable editorconfig-properties-hash, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 33b0716c668 082/364: Add editorocnfig-display-current-properties, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig 998d0e8f766 086/364: Bump version to 0.7.4, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig f2629b0abb5 087/364: Do not check metadata of files other than editorconfig.el, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig e68384d544c 088/364: Refactor editorconfig-conf-mode, Stefan Monnier, 2024/06/18
- scratch/emacs-editorconfig cdcc5826d68 089/364: Add make sandbox target, Stefan Monnier, 2024/06/18