From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id D231A3858D33 for ; Thu, 28 Jul 2022 18:47:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D231A3858D33 Received: from mail-qk1-f199.google.com (mail-qk1-f199.google.com [209.85.222.199]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-280-oqyvzKlVO9SPiYlEOV6Vqw-1; Thu, 28 Jul 2022 14:47:01 -0400 X-MC-Unique: oqyvzKlVO9SPiYlEOV6Vqw-1 Received: by mail-qk1-f199.google.com with SMTP id l15-20020a05620a28cf00b006b46997c070so2045622qkp.20 for ; Thu, 28 Jul 2022 11:47:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:subject:from:to:date:user-agent :mime-version:content-transfer-encoding; bh=N5wEsViA9Mj8Jtn+s1R/m/jDHEpa3glXWFYRz0rLiz8=; b=0A5cgBPRIR8qFWryf4qQWeJuL3Gv0tKntvcHw/QgTgNYn3CrpQ2aIJ6KW+ZC0ONB+M CX8SEj1bQmwv12oP937GXUokhHG0wEKLN+VBYs1Vrwp5xrWJ+WZeeaE9fX4lqXrlgsTK GDKCea1nYpXSd4ZfS3iu2KgG75KSA9/PsKksz/6bEq9kmTdW81Dz2mKCdPOG9esCYlXD 3b1NoIOlUgfg7KdDXnK+ZKBfucz6StGCR8X1K7dGZfQ1DbO75YU94l1wOMcyC/cfi6aA 9W2Aiwhni87KWD6K5XXnGDMpAm6JzF6mRvlirNIMSybNmKAUCC3cAHH6c4lN4yWoxT1L +Sxg== X-Gm-Message-State: AJIora/z7pAUqX6XscNvin5mViVOmsapzH3Los4AUEs0OdrmPljxpb39 skGNPmC24ykdazyRFJGKemjsQ/zdmfvUyeEhu8nAS4UGmFNf7liHBgbBabCobQvMRSP8b0mOdGx UnuwUllyCRRkjM2A1hYwY4k8xBejnLAyynjQL43wbpN/1kTLXKc4+UpsJ4+w= X-Received: by 2002:ac8:5ace:0:b0:31e:d549:8e16 with SMTP id d14-20020ac85ace000000b0031ed5498e16mr276688qtd.385.1659034020799; Thu, 28 Jul 2022 11:47:00 -0700 (PDT) X-Google-Smtp-Source: AGRyM1shueG8652/jtmLgZoEUvp4Pqrz9wfp2rClPDeEJrZ7JfwUDUjOQlVSvBZ7GPeUsS8Pevx/Kw== X-Received: by 2002:ac8:5ace:0:b0:31e:d549:8e16 with SMTP id d14-20020ac85ace000000b0031ed5498e16mr276672qtd.385.1659034020492; Thu, 28 Jul 2022 11:47:00 -0700 (PDT) Received: from t14s.localdomain (c-73-69-212-193.hsd1.ma.comcast.net. [73.69.212.193]) by smtp.gmail.com with ESMTPSA id i8-20020a05620a248800b006b5683ee311sm1102041qkn.100.2022.07.28.11.46.59 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 Jul 2022 11:46:59 -0700 (PDT) Message-ID: Subject: Setting up editors for the GNU/GCC coding style? From: David Malcolm To: gcc@gcc.gnu.org Date: Thu, 28 Jul 2022 14:46:58 -0400 User-Agent: Evolution 3.38.4 (3.38.4-1.fc33) MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-6.2 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jul 2022 18:47:06 -0000 Is there documentation on setting up text editors to work with our coding style? A lot of the next generation of developers aren't using vi or emacs; they's using VS Code, CLion, and other editors. Does anyone have docs on e.g. how to set up VS Code, CLion, etc (IntelliJ ?) to work well on GCC's own code base. FWIW I use Emacs; I've dabbed with VS Code but haven't used it "for real". I'm hoping to add this to my newbies guide. Thanks Dave