[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] scratch/editorconfig-cc 606251d77d 099/351: Make indentation of
From: |
Stefan Monnier |
Subject: |
[nongnu] scratch/editorconfig-cc 606251d77d 099/351: Make indentation of sample codes more consistent |
Date: |
Thu, 13 Jun 2024 18:38:44 -0400 (EDT) |
branch: scratch/editorconfig-cc
commit 606251d77d64547291b9e4dd38fb56d57d4290ae
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 5ad8234231..7fe003b7d7 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.
- [nongnu] scratch/editorconfig-cc b3b2aef092 046/351: Update README for core elisp, (continued)
- [nongnu] scratch/editorconfig-cc b3b2aef092 046/351: Update README for core elisp, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 4e2bf3ddd6 016/351: Add the package manager installation way to README, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 527ff0b210 051/351: Fix some warnings reported by flycheck, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 1b32452724 058/351: Use hook type for custom-hooks defcustom, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 10e648d326 054/351: Add document about running tests, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 630f158495 098/351: Fix english, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 86807effc2 089/351: Add make sandbox target, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 1e68e5e226 146/351: Prepare v0.7.10, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc a534c8ebcd 120/351: Revert "Use truename for editorconfig name" (#106), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 372e7c3ead 093/351: Only set fill-column if the given integer is positive., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 606251d77d 099/351: Make indentation of sample codes more consistent,
Stefan Monnier <=
- [nongnu] scratch/editorconfig-cc 6405aa9692 114/351: Add editorconfig-conf-mode.el (#97), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 1aa812505a 100/351: Update editorconfig group docstring, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc bc99704785 125/351: Add editorconfig-exclude-prefixes (#108), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 1faf52f0ae 144/351: Always do submodule update when test-ert, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 60b51f311d 147/351: Add document about file_type_emacs property, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc e109c02e6c 137/351: Prepare v0.7.9, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 0eb5e1d364 178/351: Bump version to 0.7.12, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc c45e871a5d 004/351: Add properties link., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 45893af6f2 217/351: Use princ instead of message to write to stdout, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 9fdbf9ffdd 011/351: Set indent value for AucTeX, Stefan Monnier, 2024/06/13