ad reiwa heisei showa
---- ------- -------- -------
2023 5 (35) (98)
2022 4 (34) (97)
2021 3 (33) (96)
2020 2 (32) (95)
2019 1 31 (94)
2018 30 (93)
2017 29 (92)
2016 28 (91)
2015 27 (90)
2014 26 (89)
2013 25 (88)
2012 24 (87)
2011 23 (86)
2010 22 (85)
2009 21 (84)
2008 20 (83)
2007 19 (82)
2006 18 (81)
2005 17 (80)
2004 16 (79)
2003 15 (78)
2002 14 (77)
2001 13 (76)
2000 12 (75)
1999 11 (74)
1998 10 (73)
1997 9 (72)
1996 8 (71)
1995 7 (70)
1994 6 (69)
1993 5 (68)
1992 4 (67)
1991 3 (66)
1990 2 (65)
1989 1 64
YouTube Live でカウントダウン
【IDEA】Python Code Style インデントをスペース2 に設定する
Editor
の反応を スペース2
仕様にする。
Setting
↓
Editor
↓
Code Style
↓
Python
Tabs and Indents
のタブから 4 → 2
, 8 → 4
に変更。
IDEA の 文法チェック周りを調整する。
Setting
↓
Editor
↓
Inspections
↓
PEP8 coding style Violations
Options Ignore error
に E111
, E114
を追加する。
E111 indentation is not a multiple of four
E114 indentation is not a multiple of four (comment)
👉 Introduction — pycodestyle 2.7.0 documentation
👉 【Pythonコーディング規約】PEP 8 vs Google Style - Qiita
👉 styleguide | Style guides for Google-originated open-source projects
まあ、しかし、スペース 4
のほうが今はまだ主流ですよな。
👉 path:**/setup.cfg flake8 ignore - Code search results · GitHub
👉 Flake8: Your Tool For Style Guide Enforcement — flake8 6.0.0 documentation
【IDEA】Python Code Style インデントをスペース2 に設定する https://t.co/oV3u1lxUQx #python #pep8 #プログラミング #idea #pycharm
— chanzmao (@maochanz) December 28, 2022