diff --git a/.editorconfig b/.editorconfig index bc6cb68..875e9bb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,3 +14,9 @@ indent_size = 2 [*.{md,rst}] trim_trailing_whitespace = false + +[LICENSE] +insert_final_newline = false + +[Makefile] +indent_style = tab diff --git a/scandale/probe.py b/scandale/probe.py index f52e3e5..6f511c2 100644 --- a/scandale/probe.py +++ b/scandale/probe.py @@ -16,7 +16,7 @@ class InformBehav(OneShotBehaviour): async def run(self): print("InformBehav running") - # Send a subscription request + # Send a subscription request self.presence.subscribe(self.config["up_agent"]) try: