From 40edae8e1d198c0014d8310d5390ad1ea3946053 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mil=C3=A1n=20B=C3=B3r?= Date: Thu, 5 Dec 2024 16:31:07 +0100 Subject: [PATCH] fix markdown --- doc_rules/elvis_style/atom_naming_convention.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc_rules/elvis_style/atom_naming_convention.md b/doc_rules/elvis_style/atom_naming_convention.md index 5c0f8b2..daf03b1 100644 --- a/doc_rules/elvis_style/atom_naming_convention.md +++ b/doc_rules/elvis_style/atom_naming_convention.md @@ -6,7 +6,8 @@ All atoms should be named according to the regular expression provided. Except if it matches with a defined `forbidden_regex`. Atoms enclosed in apostrophes have special meaning and are thus handled by a different configuration option (use `same` if you want the same value as `regex`). -To define forbidden enclosed atoms (like the ones in `forbidden_regex` apply for `regex`), use `forbidden_enclosed_regex`(use `same` if you want the same value as `forbidden_regex`). +To define forbidden enclosed atoms (like the ones in `forbidden_regex` apply for `regex`), +use `forbidden_enclosed_regex`(use `same` if you want the same value as `forbidden_regex`). > Works on `.beam` file? Yes!